Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry pick sender and e2e for v14.x #3945

Merged
merged 8 commits into from
Jan 7, 2023

Conversation

nicolaslara
Copy link
Contributor

What is the purpose of the change

Cherry pick the remaining ibc-hooks changes

Brief Changelog

(for example:)

  • Added intermediary sender to v14.x
  • Added e2e tests to v14.x

Testing and Verifying

all tests pass

Documentation and Release Note

  • Does this pull request introduce a new feature or user-facing behavior changes? (yes / no)
  • Is a relevant changelog entry added to the Unreleased section in CHANGELOG.md? (yes / no)
  • How is the feature or change documented? (not applicable / specification (x/<module>/spec/) / Osmosis docs repo / not documented)

* added sender to wasm hooks

* cleaner transfer. The module doesn't need to get the funds at any point

* wasmhooks doesn't need an account anymore

* using ibc hooks from this branch

* added comment for account from when the upgrade happened

* getting the prefix from the config

* using address with prefix

* updated ibc-hooks hash

* updated sum files

* updated spec

* updaed go.mod to match main (bad merge)

* removed unnecessary include

* updated go.mod

* updated go.mod
* initial setup for manual and e2e tests

* added cli for calculating the sender

* tidy

* added cleaner flags and better checks at the end

* proper checks

* cleanup

* initial e2e tests

* debugging

* cleanup

* tidy

* remove import cycle

* test cleanup

* updated prefix

* fix go test
@github-actions github-actions bot added C:app-wiring Changes to the app folder C:CLI C:docs Improvements or additions to documentation labels Jan 7, 2023
@nicolaslara nicolaslara added V:state/breaking State machine breaking PR and removed C:docs Improvements or additions to documentation C:CLI C:app-wiring Changes to the app folder labels Jan 7, 2023
@github-actions github-actions bot added C:app-wiring Changes to the app folder C:CLI C:docs Improvements or additions to documentation labels Jan 7, 2023
@ValarDragon ValarDragon merged commit 49272a0 into v14.x Jan 7, 2023
@ValarDragon ValarDragon deleted the nicolas/cherry-pick-sender-and-e2e branch January 7, 2023 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:app-wiring Changes to the app folder C:CLI C:docs Improvements or additions to documentation V:state/breaking State machine breaking PR
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants